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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user