summaryrefslogtreecommitdiffstats
path: root/common/ratp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/ratp/Kconfig')
-rw-r--r--common/ratp/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/ratp/Kconfig b/common/ratp/Kconfig
index 30462c6c97..43720e30a0 100644
--- a/common/ratp/Kconfig
+++ b/common/ratp/Kconfig
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
config CONSOLE_RATP
bool
@@ -6,6 +7,7 @@ config CONSOLE_RATP
select POLLER
select CMDLINE_EDITING
depends on CONSOLE_FULL
+ depends on !SHELL_NONE
prompt "RATP console support"
help
This option adds support for remote controlling barebox via serial
@@ -27,4 +29,4 @@ config RATP_CMD_GPIO
depends on GENERIC_GPIO
prompt "RATP GPIO support"
help
- This option adds support for GPIO get/set/direction commands via RATP. \ No newline at end of file
+ This option adds support for GPIO get/set/direction commands via RATP.