diff options
| author | Ilko Iliev <[email protected]> | 2019-04-03 16:50:30 +0200 |
|---|---|---|
| committer | Eugen Hristev <[email protected]> | 2019-04-09 09:28:50 +0300 |
| commit | d9bd42900c6b7de752149d99fe6e6a8114e28259 (patch) | |
| tree | c280de11f22e08ed56a652b242c33e8cebd0171a /arch | |
| parent | 7dee1848d7e72e23e7c0a45e6342869d81fe1dec (diff) | |
board: pm9g45: Migrate to CONFIG_DM
Migrate the following options to CONFIG_DM:
CONFIG_DM_GPIO
CONFIG_DM_MMC
CONFIG_DM_ETH
CONFIG_DM_SERIAL
CONFIG_DM_USB
Signed-off-by: Ilko Iliev <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 0e2ffdb87f0..e148e96455f 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -598,6 +598,8 @@ dtb-$(CONFIG_TARGET_AT91SAM9260EK) += \ dtb-$(CONFIG_TARGET_AT91SAM9M10G45EK) += at91sam9m10g45ek.dtb +dtb-$(CONFIG_TARGET_PM9G45) += at91sam9m10g45ek.dtb + dtb-$(CONFIG_TARGET_AT91SAM9X5EK) += \ at91sam9g15ek.dtb \ at91sam9g25ek.dtb \ |
