The iomux driver is no longer optional, all imx platforms have it as
standard now, so remove it from kernel configs.
This commit is contained in:
parent
1b8950cfab
commit
5a782ebbd8
@ -120,8 +120,6 @@ device atapci # Only for helper functions
|
||||
device imxata
|
||||
options ATA_STATIC_ID # Static device numbering
|
||||
|
||||
device iomux # IO Multiplexor
|
||||
|
||||
device gpio
|
||||
device gpioled
|
||||
|
||||
|
@ -116,8 +116,6 @@ device atapci # Only for helper functions
|
||||
device imxata
|
||||
options ATA_STATIC_ID # Static device numbering
|
||||
|
||||
device iomux # IO Multiplexor
|
||||
|
||||
device gpio
|
||||
device gpioled
|
||||
|
||||
|
@ -119,8 +119,6 @@ options ALT_BREAK_TO_DEBUGGER
|
||||
#device imxata
|
||||
#options ATA_STATIC_ID # Static device numbering
|
||||
|
||||
device iomux # IO Multiplexor
|
||||
|
||||
device gpio
|
||||
device gpioled
|
||||
|
||||
|
@ -80,7 +80,6 @@ device md # Memory "disks"
|
||||
device ether # Ethernet support
|
||||
device miibus # Required for ethernet
|
||||
device bpf # Berkeley packet filter (required for DHCP)
|
||||
#device iomux # IO Multiplexor
|
||||
|
||||
# General-purpose input/output
|
||||
device gpio
|
||||
|
Loading…
Reference in New Issue
Block a user