diff options
author | Jesper Nilsson <jespern@axis.com> | 2015-10-02 11:22:55 +0200 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-11-02 20:03:05 +0100 |
commit | e301a08be4e4ad349b6195562197950d74c86e8a (patch) | |
tree | b6534fa894b76510a5a8335fab9d311c55ef93d5 /arch/cris/include/asm/eshlibld.h | |
parent | 9f4137fa2cf20bd1ffb1fcb2711c3c347cc86fea (diff) | |
download | lwn-e301a08be4e4ad349b6195562197950d74c86e8a.tar.gz lwn-e301a08be4e4ad349b6195562197950d74c86e8a.zip |
CRIS: Drop code related to obsolete or unused kconfigs
Drop all code related to Kconfigs that don't exist.
Fix one Kconfig where it was actually typo:ed (ETRAX_KGB_PORT2)
Drop content related to CRIS v32 SoCs from etraxgpio.h headerfile,
all use of GPIO for both ETRAX FS and ARTPEC-3 should now be through
standard gpiolib instead.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/include/asm/eshlibld.h')
-rw-r--r-- | arch/cris/include/asm/eshlibld.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/cris/include/asm/eshlibld.h b/arch/cris/include/asm/eshlibld.h index 10ce36cf79a9..70aa448256b0 100644 --- a/arch/cris/include/asm/eshlibld.h +++ b/arch/cris/include/asm/eshlibld.h @@ -45,8 +45,7 @@ assumed that we want to share code when debugging (exposes more trouble). */ #ifndef SHARE_LIB_CORE -# if (defined(__KERNEL__) || !defined(RELOC_DEBUG)) \ - && !defined(CONFIG_SHARE_SHLIB_CORE) +# if (defined(__KERNEL__) || !defined(RELOC_DEBUG)) # define SHARE_LIB_CORE 0 # else # define SHARE_LIB_CORE 1 |