Skip to content

Commit

Permalink
thingino-kopt: adjust MMC options to support T10
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Aug 19, 2024
1 parent 131df64 commit 82944aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/thingino-kopt/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ config BR2_PACKAGE_THINGINO_KOPT_MMC1_PB_8BIT
config BR2_PACKAGE_THINGINO_KOPT_MMC1_PC_4BIT
bool "MMC1 PC 4-Bit"
depends on BR2_PACKAGE_THINGINO_KOPT_MMC1
depends on BR2_SOC_FAMILY_INGENIC_T20 || BR2_SOC_FAMILY_INGENIC_T21
depends on BR2_SOC_FAMILY_INGENIC_T10 || BR2_SOC_FAMILY_INGENIC_T20 || BR2_SOC_FAMILY_INGENIC_T21
help
Enables 4 bit support for MMC1 on GPIO PC
config BR2_PACKAGE_THINGINO_KOPT_MMC1_PD_4BIT
bool "MMC1 PD 4-Bit"
depends on BR2_PACKAGE_THINGINO_KOPT_MMC1
depends on BR2_SOC_FAMILY_INGENIC_T20
depends on BR2_SOC_FAMILY_INGENIC_T10 || BR2_SOC_FAMILY_INGENIC_T20
help
Enables 4 bit support for MMC1 on GPIO PD

Expand Down

0 comments on commit 82944aa

Please sign in to comment.