]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ti/am335x/Kconfig
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
[people/ms/u-boot.git] / board / ti / am335x / Kconfig
index 7cb006f99c617be291f813d008663bc26ab36c6a..97374bdc12ae1b07d0038d7f4a35293b8c1751dc 100644 (file)
@@ -29,22 +29,6 @@ config NOR
          In practice this is seen as a NOR flash module connected to the
          "memory cape" for the BeagleBone family.
 
-config NOR_BOOT
-       bool "Support for booting from NOR flash"
-       depends on NOR
-       help
-         Enabling this will make a U-Boot binary that is capable of being
-         booted via NOR.  In this case we will enable certain pinmux early
-         as the ROM only partially sets up pinmux.  We also default to using
-         NOR for environment.
-
-config DM
-       default y
-
-config DM_GPIO
-       default y if DM
-
-config DM_SERIAL
-       default y if DM
+source "board/ti/common/Kconfig"
 
 endif