9
0
Fork 0

ARM: OMAP: let UART selection depend on its only user

The UART selection is only meaningful to omap3evm, so hide it
from other users.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-11-22 15:33:28 +01:00
parent 47521eddfe
commit fda3bd477e
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ if ARCH_OMAP
choice
prompt "Select UART"
default OMAP_UART3
depends on MACH_OMAP3EVM
config OMAP_UART1
bool "Use UART1"