Commit c2fff331a32ceca837d76eb7827d6340da270d52

Authored by Mike Rapoport
Committed by Wolfgang Denk
1 parent 45b6b65c6b

smc911x: update SMC911X related configuration description

Since commit 736fead8fdbf8a8407048bebc373cd551d01ec98 "Convert SMC911X
Ethernet driver to CONFIG_NET_MULTI API" SMC911X configration options
are called CONFIG_SMC911X rather than CONFIG_DRIVER_SMC911X. Update
README to reflect that change.

Signed-off-by: Mike Rapoport <mike@compulab.co.il>

Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff

... ... @@ -846,20 +846,20 @@
846 846 Define this to use i/o functions instead of macros
847 847 (some hardware wont work with macros)
848 848  
849   - CONFIG_DRIVER_SMC911X
  849 + CONFIG_SMC911X
850 850 Support for SMSC's LAN911x and LAN921x chips
851 851  
852   - CONFIG_DRIVER_SMC911X_BASE
  852 + CONFIG_SMC911X_BASE
853 853 Define this to hold the physical address
854 854 of the device (I/O space)
855 855  
856   - CONFIG_DRIVER_SMC911X_32_BIT
  856 + CONFIG_SMC911X_32_BIT
857 857 Define this if data bus is 32 bits
858 858  
859   - CONFIG_DRIVER_SMC911X_16_BIT
  859 + CONFIG_SMC911X_16_BIT
860 860 Define this if data bus is 16 bits. If your processor
861 861 automatically converts one 32 bit word to two 16 bit
862   - words you may also try CONFIG_DRIVER_SMC911X_32_BIT.
  862 + words you may also try CONFIG_SMC911X_32_BIT.
863 863  
864 864 - USB Support:
865 865 At the moment only the UHCI host controller is