]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sh/Kconfig
Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
[people/ms/u-boot.git] / arch / sh / Kconfig
index 2128f232647df2c0088d4f59436ea710b59c496b..1d40fe6845e31065eb6c182b5fbbd5fbf73ae5ab 100644 (file)
@@ -3,13 +3,16 @@ menu "SuperH architecture"
 
 config CPU_SH2
        bool
+       imply ENV_IS_IN_FLASH
 
 config CPU_SH2A
        bool
        select CPU_SH2
+       imply ENV_IS_IN_FLASH
 
 config CPU_SH3
        bool
+       imply ENV_IS_IN_FLASH
 
 config CPU_SH4
        bool
@@ -29,6 +32,7 @@ config SH_32BIT
 
 choice
        prompt "Target select"
+       optional
 
 config TARGET_RSK7203
        bool "RSK+ 7203"
@@ -124,9 +128,6 @@ config SYS_CPU
        default "sh3" if CPU_SH3
        default "sh4" if CPU_SH4
 
-config USE_PRIVATE_LIBGCC
-       default y
-
 source "board/alphaproject/ap_sh4a_4a/Kconfig"
 source "board/espt/Kconfig"
 source "board/mpr2/Kconfig"