Skip to content

Commit 0bb76c1

Browse files
CXSforHPURbb666
authored andcommitted
fix some bug for at24cxx
1 parent 43531e4 commit 0bb76c1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

peripherals/at24cxx/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,43 +25,33 @@ if PKG_USING_AT24CXX
2525

2626
config PKG_AT24CXX_EE_TYPE_AT24C01
2727
bool "AT24C01 (1Kbit)"
28-
default n
2928

3029
config PKG_AT24CXX_EE_TYPE_AT24C02
3130
bool "AT24C02 (2Kbit)"
32-
default y
3331

3432
config PKG_AT24CXX_EE_TYPE_AT24C04
3533
bool "AT24C04 (4Kbit)"
36-
default n
3734

3835
config PKG_AT24CXX_EE_TYPE_AT24C08
3936
bool "AT24C08 (8Kbit)"
40-
default n
4137

4238
config PKG_AT24CXX_EE_TYPE_AT24C16
4339
bool "AT24C16 (16Kbit)"
44-
default n
4540

4641
config PKG_AT24CXX_EE_TYPE_AT24C032
4742
bool "AT24C32 (32Kbit)"
48-
default n
4943

5044
config PKG_AT24CXX_EE_TYPE_AT24C64
5145
bool "AT24C64 (64Kbit)"
52-
default n
5346

5447
config PKG_AT24CXX_EE_TYPE_AT24C128
5548
bool "AT24C128 (128Kbit)"
56-
default n
5749

5850
config PKG_AT24CXX_EE_TYPE_AT24C256
5951
bool "AT24C256 (256Kbit)"
60-
default n
6152

6253
config PKG_AT24CXX_EE_TYPE_AT24C512
6354
bool "AT24C512 (512Kbit)"
64-
default n
6555

6656
endchoice
6757

0 commit comments

Comments
 (0)