From 0cffa79d9fb3d5476d7a1dbeda617aea7a6851b2 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Tue, 1 Sep 2015 16:11:30 -0700 Subject: kconfig: Update kconfig. Sync with Linux-4.2 This change updates the kconfig utility to what is shipped with 4.2.0. Signed-off-by: Bryan Hundven --- config/backend.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/backend.in b/config/backend.in index 3a3e1d63..acf25801 100644 --- a/config/backend.in +++ b/config/backend.in @@ -8,6 +8,8 @@ config BACKEND bool default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y" +if BACKEND + config BACKEND_ARCH string option env="CT_BACKEND_ARCH" @@ -19,3 +21,5 @@ config BACKEND_KERNEL config BACKEND_LIBC string option env="CT_BACKEND_LIBC" + +endif #if BACKEND -- cgit v1.2.3