menu "NaviEngine1 platform type"
        depends on ARCH_NE1

config MACH_NE1TB
        bool "Support NE1-TB platform"
	select ARM_ERRATA_484863 if CACHE_L2X0
	select SNSC_DISABLED_8250_UART_BUG_TXEN if SERIAL_8250
	select SNSC_SERIAL_8250_CONSOLE_NEED_LOCK if SERIAL_8250
	default y
        help
          Include support for the NE1-TB platform.

config MACH_NE1DB
        bool "Support NE1-DB platform"
	default n
        help
          Include support for the NE1-DB platform.

menu "Device drivers for the NaviEngine1 embedded controllers"
#       depends on (MACH_NE1TB || MACH_NE1DB)

config NE1_GPIO
	bool
	default n

config NE1_USB
	bool "Support NE1 OHCI/EHCI USB driver"
	depends on PCI
	default n
	help
	  Include support for the NE1 OHCI/EHCI USB interface.

endmenu

menu "Device drivers for the NE1-xB on-board devices"
#       depends on (MACH_NE1TB || MACH_NE1DB)

endmenu

config SNSC_NE1TB_QEMU
        bool "Support NE1-TB platform on QEMU"
	default n
	depends on SNSC
	depends on SNSC_QEMU
	depends on MACH_NE1TB
        help
          Enable workaround for NaviEngine on QEMU.

config SNSC_NE1TB_QEMU_PCI
        bool "Enable PCI driver on NaviEngine QEMU emulation"
	default n
	depends on SNSC
	depends on SNSC_QEMU
	depends on SNSC_NE1TB_QEMU && PCI
        help
	  Emulate PCI controller on NaviEngine QEMU.

endmenu
