diff options
Diffstat (limited to 'config/backend.in')
-rw-r--r-- | config/backend.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/backend.in b/config/backend.in index 4709fae6..3a3e1d63 100644 --- a/config/backend.in +++ b/config/backend.in @@ -6,8 +6,7 @@ config IS_A_BACKEND config BACKEND bool - default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y" - default n if IS_A_BACKEND != "y" && IS_A_BACKEND != "Y" + default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y" config BACKEND_ARCH string |