xtensa: Fix architecture specific Kconfig
Move a misplace endmenu marker to enable platform options and disable PCI and automatic calibrating for the XT2K board. The on-board PCI bridge is somewhat broken, anyway, and the calibrating relies on some whacky usage of the serial port. Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
parent
1d80cac0fe
commit
35e71f9068
|
@ -137,6 +137,8 @@ config PCI
|
||||||
|
|
||||||
source "drivers/pci/Kconfig"
|
source "drivers/pci/Kconfig"
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
||||||
menu "Platform options"
|
menu "Platform options"
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
@ -153,8 +155,6 @@ config XTENSA_PLATFORM_ISS
|
||||||
|
|
||||||
config XTENSA_PLATFORM_XT2000
|
config XTENSA_PLATFORM_XT2000
|
||||||
bool "XT2000"
|
bool "XT2000"
|
||||||
select XTENSA_CALIBRATE_CCOUNT
|
|
||||||
select PCI
|
|
||||||
help
|
help
|
||||||
XT2000 is the name of Tensilica's feature-rich emulation platform.
|
XT2000 is the name of Tensilica's feature-rich emulation platform.
|
||||||
This hardware is capable of running a full Linux distribution.
|
This hardware is capable of running a full Linux distribution.
|
||||||
|
@ -192,8 +192,6 @@ config CMDLINE
|
||||||
|
|
||||||
source "mm/Kconfig"
|
source "mm/Kconfig"
|
||||||
|
|
||||||
endmenu
|
|
||||||
|
|
||||||
config HOTPLUG
|
config HOTPLUG
|
||||||
bool "Support for hot-pluggable devices"
|
bool "Support for hot-pluggable devices"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue