summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-10-13 13:57:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-13 13:57:10 +0200
commita92289ee150d91e1c9af414ef8c85c57763b594d (patch)
tree8a6bcca75bdcaf3dfa60f2bdd9bb2bbdf92d4f76 /test
parentd4ae058b027e33547bc6b0448594d4dd878dc2ad (diff)
parent19eabb0a16b5e2435afc4dd16718fef1cc08b6fd (diff)
downloadbarebox-a92289ee150d91e1c9af414ef8c85c57763b594d.tar.gz
Merge branch 'for-next/net'
Diffstat (limited to 'test')
-rw-r--r--test/self/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/self/Kconfig b/test/self/Kconfig
index 03cfa89987..680196a4fe 100644
--- a/test/self/Kconfig
+++ b/test/self/Kconfig
@@ -32,7 +32,6 @@ config SELFTEST_ENABLE_ALL
select SELFTEST_PROGRESS_NOTIFIER
select SELFTEST_OF_MANIPULATION
select SELFTEST_ENVIRONMENT_VARIABLES if ENVIRONMENT_VARIABLES
- imply SELFTEST_TFTP
help
Selects all self-tests compatible with current configuration
@@ -58,10 +57,4 @@ config SELFTEST_PROGRESS_NOTIFIER
config SELFTEST_ENVIRONMENT_VARIABLES
bool "environment variable selftest"
-config SELFTEST_TFTP
- bool "tftp selftest"
- depends on FS_TFTP
- help
- Tests tftp functionality
-
endif