The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems that support it
This commit is contained in:
parent
f804bf80e5
commit
e317cef653
@ -145,6 +145,10 @@ config ARCH_NAND_HWECC
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config ARCH_HAVE_EXTCLK
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
menuconfig PAGING
|
menuconfig PAGING
|
||||||
bool "On-demand paging"
|
bool "On-demand paging"
|
||||||
default n
|
default n
|
||||||
|
@ -1199,6 +1199,7 @@ endmenu # USB Full Speed Device Controller driver (DCD) options
|
|||||||
config SAM34_TC
|
config SAM34_TC
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
select ARCH_HAVE_EXTCLK
|
||||||
|
|
||||||
menu "AT91SAM3/4 Timer/Counter options"
|
menu "AT91SAM3/4 Timer/Counter options"
|
||||||
depends on SAM34_TC
|
depends on SAM34_TC
|
||||||
|
Loading…
Reference in New Issue
Block a user