diff options
author | Joel Stanley <joel@jms.id.au> | 2021-08-26 14:26:52 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-08-26 16:56:53 +0200 |
commit | ef4fcaf99cd27eb48790f2adc4eff456dbe1dec4 (patch) | |
tree | 38b03694edb0df10195324b4e87ad574d7a8bb8c /arch/powerpc/configs | |
parent | powerpc/microwatt: Add Ethernet to device tree (diff) | |
download | linux-ef4fcaf99cd27eb48790f2adc4eff456dbe1dec4.tar.xz linux-ef4fcaf99cd27eb48790f2adc4eff456dbe1dec4.zip |
powerpc/configs/microwattt: Enable Liteeth
Liteeth is the network device used by Microwatt.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210826122653.3236867-3-joel@jms.id.au
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/microwatt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/microwatt_defconfig b/arch/powerpc/configs/microwatt_defconfig index ebc90aefbc0c..6b76232094b2 100644 --- a/arch/powerpc/configs/microwatt_defconfig +++ b/arch/powerpc/configs/microwatt_defconfig @@ -53,6 +53,7 @@ CONFIG_MTD_SPI_NOR=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_NETDEVICES=y +CONFIG_LITEX_LITEETH=y # CONFIG_WLAN is not set # CONFIG_INPUT is not set # CONFIG_SERIO is not set |