]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Convert CONFIG_MCFTMR to Kconfig
authorTom Rini <trini@konsulko.com>
Wed, 23 Mar 2022 21:19:49 +0000 (17:19 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2022 14:28:46 +0000 (10:28 -0400)
This converts the following to Kconfig:
   CONFIG_MCFTMR

Signed-off-by: Tom Rini <trini@konsulko.com>
34 files changed:
arch/m68k/Kconfig
configs/M5208EVBE_defconfig
configs/M5235EVB_Flash32_defconfig
configs/M5235EVB_defconfig
configs/M5249EVB_defconfig
configs/M5253DEMO_defconfig
configs/M5272C3_defconfig
configs/M5275EVB_defconfig
configs/M5282EVB_defconfig
configs/M53017EVB_defconfig
configs/M5329AFEE_defconfig
configs/M5329BFEE_defconfig
configs/M5373EVB_defconfig
configs/amcore_defconfig
configs/astro_mcf5373l_defconfig
configs/cobra5272_defconfig
configs/eb_cpu5282_defconfig
configs/eb_cpu5282_internal_defconfig
configs/stmark2_defconfig
include/configs/M5208EVBE.h
include/configs/M5235EVB.h
include/configs/M5249EVB.h
include/configs/M5253DEMO.h
include/configs/M5272C3.h
include/configs/M5275EVB.h
include/configs/M5282EVB.h
include/configs/M53017EVB.h
include/configs/M5329EVB.h
include/configs/M5373EVB.h
include/configs/amcore.h
include/configs/astro_mcf5373l.h
include/configs/cobra5272.h
include/configs/eb_cpu5282.h
include/configs/stmark2.h

index ae8d26d671dda173294e6f1737bf1eb0623b29f1..7f6e4310f1f4beee3b91476cab2d80b71b939e8d 100644 (file)
@@ -201,4 +201,7 @@ source "board/freescale/m5373evb/Kconfig"
 source "board/sysam/amcore/Kconfig"
 source "board/sysam/stmark2/Kconfig"
 
+config MCFTMR
+       bool "Use DMA timer"
+
 endmenu
index 6d533d6bee82489a2ddc909c156359effdfef94a..0d377ba2882e9069e8be55d39edab2435d0780fc 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x1000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="M5208EVBE"
 CONFIG_TARGET_M5208EVBE=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x40010000
 CONFIG_BOOTDELAY=1
 # CONFIG_DISPLAY_BOARDINFO is not set
index 7552741395a0a759265cef11ebc2a0d10ab0434c..8d43b45c4cbac7d4d92e0ed8311cf611f7fdb5bb 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="M5235EVB_Flash32"
 CONFIG_TARGET_M5235EVB=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_SYS_EXTRA_OPTIONS="NORFLASH_PS32BIT"
 CONFIG_BOOTDELAY=1
index 1bdb63ad1c6c4c013ad32e925ba2a603a392cfd9..1a18bf8237a3cb88f002d6fd4358bec4e8c771a6 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="M5235EVB"
 CONFIG_TARGET_M5235EVB=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_BOOTDELAY=1
 # CONFIG_DISPLAY_BOARDINFO is not set
index 77eedd63ffd9a2ac329476c6281c1473db6cb331..8856cd36f02a7614a1e4afcbd7552cd0e4fe800a 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="M5249EVB"
 CONFIG_TARGET_M5249EVB=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x200000
 # CONFIG_AUTOBOOT is not set
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
index 348f525bbb935783ae51a43011f64e06dcf1b619..c6e1e1de3cfbc56a5563c729724b4fab31abc6e6 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x1000
 CONFIG_ENV_SECT_SIZE=0x1000
 CONFIG_DEFAULT_DEVICE_TREE="M5253DEMO"
 CONFIG_TARGET_M5253DEMO=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x100000
 CONFIG_BOOTDELAY=5
 # CONFIG_DISPLAY_BOARDINFO is not set
index f0a6aac761253200fb49107b023e14be6044b8e6..3c14ae787a6d22ab3699ee07c324b00a59493001 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="M5272C3"
 CONFIG_TARGET_M5272C3=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_BOOTDELAY=5
 # CONFIG_DISPLAY_BOARDINFO is not set
index 809bda0c068714d4df23f9bdc2615ab322fda087..2a7b312f3875cdeb2d9815509bbccc42dfeb0fec 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="M5275EVB"
 CONFIG_TARGET_M5275EVB=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x800000
 CONFIG_BOOTDELAY=5
 CONFIG_USE_BOOTCOMMAND=y
index 69db87c0da286ca2450eb14c55bbb8844c93eb6f..9d0c51ecbc29cf89ed91d5301c0cc5a53b3eda1e 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="M5282EVB"
 CONFIG_TARGET_M5282EVB=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_BOOTDELAY=5
 # CONFIG_DISPLAY_BOARDINFO is not set
index 8283b52e626aa5e531f9580a7c9c444b502da37d..52daf5dfe2551e67c8d7ab5699341735ee64f740 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x1000
 CONFIG_ENV_SECT_SIZE=0x8000
 CONFIG_DEFAULT_DEVICE_TREE="M53017EVB"
 CONFIG_TARGET_M53017EVB=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x40010000
 CONFIG_BOOTDELAY=1
 CONFIG_USE_BOOTARGS=y
index 1092a1de51eb13f808d88bd9b6843b5ca5ddb6f3..4cf68639e281c0cd35157af51c978496e0f6dc79 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="M5329AFEE"
 CONFIG_TARGET_M5329EVB=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x40010000
 CONFIG_SYS_EXTRA_OPTIONS="NANDFLASH_SIZE=0"
 CONFIG_BOOTDELAY=1
index 66347d5f0962370176f97fe9dcd0f83e54db48aa..efe320784a6a0b4ef0abf4658de920f52b87c7c8 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="M5329BFEE"
 CONFIG_TARGET_M5329EVB=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x40010000
 CONFIG_SYS_EXTRA_OPTIONS="NANDFLASH_SIZE=16"
 CONFIG_BOOTDELAY=1
index 38d20023d555da2255ea0856accd4fea1df0d102..643637399bd29edad857c8a3df171b6c21e287f1 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="M5373EVB"
 CONFIG_TARGET_M5373EVB=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x40010000
 CONFIG_SYS_EXTRA_OPTIONS="NANDFLASH_SIZE=16"
 CONFIG_BOOTDELAY=1
index afb3a7707fdb13f0c8f51ea8e691866ef82d28da..d64fb84df22cbfe0786ede75b2bb9f0156850095 100644 (file)
@@ -6,6 +6,7 @@ CONFIG_ENV_SIZE=0x1000
 CONFIG_ENV_SECT_SIZE=0x1000
 CONFIG_DEFAULT_DEVICE_TREE="amcore"
 CONFIG_TARGET_AMCORE=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_BOOTDELAY=1
 CONFIG_USE_BOOTCOMMAND=y
index a97c4ffd488160c602bb4cce1e5cd086134c20db..81f5ccd99116a661e10277d94f09f8c0e91de803 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x8000
 CONFIG_ENV_SECT_SIZE=0x8000
 CONFIG_DEFAULT_DEVICE_TREE="astro_mcf5373l"
 CONFIG_TARGET_ASTRO_MCF5373L=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_BOOTDELAY=1
 CONFIG_USE_BOOTARGS=y
index 39661211b109ec6f477dbda6b43540f0e7a9e856..096c6402e8625d213ad99bb9bf5577ad491837a8 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_ENV_SECT_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="cobra5272"
 CONFIG_TARGET_COBRA5272=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_BOOTDELAY=5
 # CONFIG_DISPLAY_BOARDINFO is not set
index ae1329c78a01e8b80ad913f51ec6a2899d1288d5..e25ce5a87c5d00c4c4db0f4a3415e81b60878d42 100644 (file)
@@ -4,6 +4,7 @@ CONFIG_ENV_SIZE=0x20000
 CONFIG_ENV_SECT_SIZE=0x20000
 CONFIG_DEFAULT_DEVICE_TREE="eb_cpu5282"
 CONFIG_TARGET_EB_CPU5282=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_SYS_EXTRA_OPTIONS="SYS_MONITOR_BASE=0xFF000400"
 CONFIG_BOOTDELAY=5
index 02a9bb4646e8658e519de1cce5614cae92693879..2fa28a4141b50a2afb27cec69ca8e9d9491419bf 100644 (file)
@@ -4,6 +4,7 @@ CONFIG_ENV_SIZE=0x20000
 CONFIG_ENV_SECT_SIZE=0x20000
 CONFIG_DEFAULT_DEVICE_TREE="eb_cpu5282_internal"
 CONFIG_TARGET_EB_CPU5282=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_SYS_EXTRA_OPTIONS="SYS_MONITOR_BASE=0xF0000418"
 CONFIG_BOOTDELAY=5
index 6ccd6670eb3faed15e7bc8c4905f660a2fbb4fa6..17007a003b9f865f0762c506cf4656bd5cedbef9 100644 (file)
@@ -6,6 +6,7 @@ CONFIG_ENV_OFFSET=0x40000
 CONFIG_ENV_SECT_SIZE=0x10000
 CONFIG_DEFAULT_DEVICE_TREE="stmark2"
 CONFIG_TARGET_STMARK2=y
+CONFIG_MCFTMR=y
 CONFIG_SYS_LOAD_ADDR=0x40010000
 CONFIG_TIMESTAMP=y
 CONFIG_SYS_EXTRA_OPTIONS="CF_SBF,SYS_SERIAL_BOOT,SYS_INPUT_CLKSRC=30000000"
index e73c656c384235a71c6ca8ef072a7b17fb0c6325..2d109259d5969c63d3db9e3e70f15e57ddd856a9 100644 (file)
@@ -26,9 +26,6 @@
 #      endif                   /* CONFIG_SYS_DISCOVER_PHY */
 #endif
 
-/* Timer */
-#define CONFIG_MCFTMR
-
 /* I2C */
 
 #ifdef CONFIG_MCFFEC
index bbe12d10db6f87dad541b12cbffb10b76faa3b31..e2f336750d59a7738f5833ec83022cc200921a5a 100644 (file)
@@ -31,9 +31,6 @@
 #      endif                   /* CONFIG_SYS_DISCOVER_PHY */
 #endif
 
-/* Timer */
-#define CONFIG_MCFTMR
-
 /* I2C */
 #define CONFIG_SYS_I2C_PINMUX_REG      (gpio->par_qspi)
 #define CONFIG_SYS_I2C_PINMUX_CLR      ~(GPIO_PAR_FECI2C_SCL_MASK | GPIO_PAR_FECI2C_SDA_MASK)
index ff029213b525f9054ff110763f95731f427d264b..1d639e41d7434f528bfd3f007bbd39ee9ba8801d 100644 (file)
@@ -17,7 +17,6 @@
  * High Level Configuration Options
  * (easy to change)
  */
-#define CONFIG_MCFTMR
 
 #define CONFIG_SYS_UART_PORT           (0)
 
index c27f0a5a2d72b48ed34921a4d6751a2b67efc88a..bf605177470cd89a6b83007e92523e2333a1f6b3 100644 (file)
@@ -8,8 +8,6 @@
 
 #include <linux/stringify.h>
 
-#define CONFIG_MCFTMR
-
 #define CONFIG_SYS_UART_PORT           (0)
 
 
index c4ee8c933d99c7db253f395315e2cf0d64fa8869..421e267be6f775e317da147df89b9d3c0bda04f9 100644 (file)
@@ -16,7 +16,6 @@
  * High Level Configuration Options
  * (easy to change)
  */
-#define CONFIG_MCFTMR
 
 #define CONFIG_SYS_UART_PORT           (0)
 
index 5db85ad18429257534e3a89e0f83bd24f77ad518..37486815bea0bc129c82b643194d5dda96b1f46a 100644 (file)
@@ -21,8 +21,6 @@
  * (easy to change)
  */
 
-#define CONFIG_MCFTMR
-
 #define CONFIG_SYS_UART_PORT           (0)
 
 /* Configuration for environment
index cc64893b9af965f16112556956963f3fcaf4f53c..2a3d371150078a483b853c164a2f8a4e7cc92143 100644 (file)
@@ -16,7 +16,6 @@
  * High Level Configuration Options
  * (easy to change)
  */
-#define CONFIG_MCFTMR
 
 #define CONFIG_SYS_UART_PORT           (0)
 
index 431fa7406c617d472458f33d311f0e01564465a2..6e2bdbe61225bcaab07d91f10d93340fbe169c0d 100644 (file)
@@ -41,9 +41,6 @@
 #define CONFIG_SYS_RTC_CNT             (0x8000)
 #define CONFIG_SYS_RTC_SETUP           (RTC_OCEN_OSCBYP | RTC_OCEN_CLKEN)
 
-/* Timer */
-#define CONFIG_MCFTMR
-
 /* I2C */
 
 #ifdef CONFIG_MCFFEC
index d155f2cba047950ba4c2a4b171a42a050266595a..b6b53960c761bbb79423f8ebef1465cb41536a8f 100644 (file)
@@ -36,9 +36,6 @@
 #define CONFIG_MCFRTC
 #undef RTC_DEBUG
 
-/* Timer */
-#define CONFIG_MCFTMR
-
 /* I2C */
 
 #ifdef CONFIG_MCFFEC
index b0b0e2e13bf58b794fbd99ee53c31ba92da759c3..b45f15be0e9893215c5004a25f9b00a413f02f71 100644 (file)
@@ -38,9 +38,6 @@
 #define CONFIG_MCFRTC
 #undef RTC_DEBUG
 
-/* Timer */
-#define CONFIG_MCFTMR
-
 /* I2C */
 
 #ifdef CONFIG_MCFFEC
index ae8aa35b6d8db8f0218baeba076dbb2052e680e4..11bb39d489b4ee7fbc692c05ea3817493c45e58a 100644 (file)
@@ -10,7 +10,6 @@
 
 #define CONFIG_HOSTNAME                        "AMCORE"
 
-#define CONFIG_MCFTMR
 #define CONFIG_SYS_UART_PORT           0
 
 #define CONFIG_EXTRA_ENV_SETTINGS                              \
index 4f6fb415693aa96eec307b98467c48b557feadcf..b84b7db2e64c1da6dd34bea943c514d5f788c2e2 100644 (file)
@@ -54,9 +54,6 @@
 #define CONFIG_MCFRTC
 #undef RTC_DEBUG
 
-/* Timer */
-#define CONFIG_MCFTMR
-
 /* I2C */
 
 /*
index 577936b5af9536546c4cda9c85c5f2a0385e64bb..2911ff6d716af8fcf5738537d149af956896e367 100644 (file)
@@ -32,9 +32,6 @@
 #define CONFIG_SYS_CLK                 66000000
 #define CONFIG_SYS_SDRAM_SIZE          16              /* SDRAM size in MB */
 
-/* Enable Dma Timer */
-#define CONFIG_MCFTMR
-
 /* ---
  * Define baudrate for UART1 (console output, tftp, ...)
  * default value of CONFIG_BAUDRATE for Sentec board: 19200 baud
index 4d88657ca61ba3778f126c17a69d648473a6d44f..28bf35ca9889ab9fa89310a56de774bc3f778001 100644 (file)
@@ -29,8 +29,6 @@
  * Environment is in the second sector of the first 256k of flash      *
  *----------------------------------------------------------------------*/
 
-#define CONFIG_MCFTMR
-
 #define        CONFIG_SYS_CBSIZE       1024    /* Console I/O Buffer Size      */
 #define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
index 78b8f1d4420d580c19805b730c33c48cc162e4f0..b0167874fb7a4ffdcf5ab941d988514abcaf5ecb 100644 (file)
@@ -39,9 +39,6 @@
 #define CONFIG_RTC_MCFRRTC
 #define CONFIG_SYS_MCFRRTC_BASE                0xFC0A8000
 
-/* Timer */
-#define CONFIG_MCFTMR
-
 /* DSPI and Serial Flash */
 #define CONFIG_SERIAL_FLASH