diff options
author | Alexandru Gagniuc <alex.g@adaptrum.com> | 2017-08-01 17:20:00 -0700 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2017-08-07 15:22:29 -0500 |
commit | da3b9e7fd6a1e38af3cf0dff0248427c9df583ff (patch) | |
tree | 416d3c9b0923495ac66ffe9dd12b09a9e44ca576 /configs/novena_defconfig | |
parent | 3146f0c017df2231d03dff09cee31f7bd63db3e5 (diff) |
Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig
Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/novena_defconfig')
-rw-r--r-- | configs/novena_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/novena_defconfig b/configs/novena_defconfig index 5a70efbfac8..48b7c8b60c5 100644 --- a/configs/novena_defconfig +++ b/configs/novena_defconfig @@ -35,6 +35,8 @@ CONFIG_CMD_TIME=y CONFIG_CMD_EXT4_WRITE=y # CONFIG_SPL_PARTITION_UUIDS is not set CONFIG_PHYLIB=y +CONFIG_PHY_MICREL=y +CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_PCI=y CONFIG_USB=y CONFIG_USB_STORAGE=y |