summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-06-13 03:32:43 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-06-19 07:41:22 +0200
commitbcb51e7920f89d8ccb520e8560ce3bb62af29158 (patch)
tree7e52c183bbf9f4a3841ac6dffbcb77a04666efdf /config
parentf486ce1983a5ef732f942f54d8fa0f788f4d5bb9 (diff)
downloadptxdist-bcb51e7920f89d8ccb520e8560ce3bb62af29158.tar.gz
ptxdist-bcb51e7920f89d8ccb520e8560ce3bb62af29158.tar.xz
setup: remove dead code
This lines were already commented out when they were first added… Fixes: 6871dca3f4003d9ee2ac (2008-07-04, Marc Kleine-Budde: " * Kconfig: added some developer options") Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200613013249.4288-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index b6ed724f5..de288c95a 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -231,12 +231,6 @@ endmenu
menu "Developer Options "
-#config SETUP_CHECK_OMIT_CASE
-# bool "don't check for case sensitive file system"
-
-#config SETUP_CHECK_OMIT_SPACES
-# bool "don't check for spaces in important directories"
-
config SETUP_DISABLE_LOCAL_CHECK
bool
prompt "disable local disk check"