summaryrefslogtreecommitdiff
path: root/config/backend.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/backend.in')
-rw-r--r--config/backend.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/backend.in b/config/backend.in
index 9151858..7dcf4e3 100644
--- a/config/backend.in
+++ b/config/backend.in
@@ -9,25 +9,10 @@ config BACKEND
default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y"
default n if IS_A_BACKEND != "y" && IS_A_BACKEND != "Y"
-config BACKEND_ERROR
- bool
-
config BACKEND_ARCH
string
option env="CT_BACKEND_ARCH"
-if BACKEND && BACKEND_ARCH = ""
-comment "ERROR !!! Backend architecture is NOT set !"
-config BACKEND_ERROR
- default y
-endif
-
config BACKEND_KERNEL
string
option env="CT_BACKEND_KERNEL"
-
-if BACKEND && BACKEND_KERNEL = ""
-comment "ERROR !!! Backend kernel is NOT set !"
-config BACKEND_ERROR
- default y
-endif