| prompt "MX23 board select" |
| config TARGET_MX23_OLINUXINO |
| bool "Support mx23_olinuxino" |
| select BOARD_EARLY_INIT_F |
| select BOARD_EARLY_INIT_F |
| source "board/olimex/mx23_olinuxino/Kconfig" |
| source "board/freescale/mx23evk/Kconfig" |
| prompt "MX28 board select" |
| select BOARD_EARLY_INIT_F |
| config SPL_MXS_PMU_MINIMAL_VDD5V_CURRENT |
| bool "Force minimal current draw from VDD5V by MX28 PMU" |
| After setting this option, the current drawn from VDD5V |
| by the PMU is reduced to zero - the DCDC_BATT is used as |
| the main power source for PMU. |
| config SPL_MXS_PMU_DISABLE_BATT_CHARGE |
| bool "Disable Battery Charging in MX28 PMU" |
| config SPL_MXS_PMU_ENABLE_4P2_LINEAR_REGULATOR |
| bool "Enable the 4P2 linear regulator in MX28 PMU" |
| This option enables the 4P2 linear regulator (derived |
| from VDD5V) - so the VDD4P2 power source is operational. |
| source "board/freescale/mx28evk/Kconfig" |
| source "board/liebherr/xea/Kconfig" |