Skip to content

Commit

Permalink
xtensa: Fix architecture specific Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chris Zankel committed May 12, 2009
1 parent 1d80cac commit 35e71f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ config PCI

source "drivers/pci/Kconfig"

endmenu

menu "Platform options"

choice
Expand All @@ -153,8 +155,6 @@ config XTENSA_PLATFORM_ISS

config XTENSA_PLATFORM_XT2000
bool "XT2000"
select XTENSA_CALIBRATE_CCOUNT
select PCI
help
XT2000 is the name of Tensilica's feature-rich emulation platform.
This hardware is capable of running a full Linux distribution.
Expand Down Expand Up @@ -192,8 +192,6 @@ config CMDLINE

source "mm/Kconfig"

endmenu

config HOTPLUG
bool "Support for hot-pluggable devices"
help
Expand Down

0 comments on commit 35e71f9

Please sign in to comment.