Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 645e522e authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

ARM: mach-shmobile: Enable TMU driver build



Allow users to build the TMU driver on SH-Mobile ARM.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent f4dd6185
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -76,6 +76,12 @@ config SH_TIMER_CMT
	help
	help
	  This enables build of the CMT timer driver.
	  This enables build of the CMT timer driver.


config SH_TIMER_TMU
	bool "TMU timer driver"
	default y
	help
	  This enables build of the TMU timer driver.

endmenu
endmenu


endif
endif