summaryrefslogtreecommitdiff
path: root/src/mainboard/ti/beaglebone/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/ti/beaglebone/Kconfig')
-rw-r--r--src/mainboard/ti/beaglebone/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig
index df7ebeb5b3..c842a5d59a 100644
--- a/src/mainboard/ti/beaglebone/Kconfig
+++ b/src/mainboard/ti/beaglebone/Kconfig
@@ -64,7 +64,7 @@ config CBFS_HEADER_ROM_OFFSET
choice CONSOLE_SERIAL_UART_CHOICES
prompt "Serial Console UART"
default CONSOLE_SERIAL_UART0
- depends on CONSOLE_SERIAL_UART
+ depends on CONSOLE_SERIAL
config CONSOLE_SERIAL_UART0
bool "UART0"
@@ -100,7 +100,7 @@ endchoice
config CONSOLE_SERIAL_UART_ADDRESS
hex
- depends on CONSOLE_SERIAL_UART
+ depends on CONSOLE_SERIAL
default 0x44e09000 if CONSOLE_SERIAL_UART0
default 0x48022000 if CONSOLE_SERIAL_UART1
default 0x48024000 if CONSOLE_SERIAL_UART2