~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/net/Kconfig

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
2017
2017
          from Faraday. It is used on Faraday A320, Andes AG101 and some
2018
2018
          other ARM/NDS32 SoC's.
2019
2019
 
 
2020
config LANTIQ_ETOP
 
2021
        tristate "Lantiq SoC ETOP driver"
 
2022
        depends on SOC_TYPE_XWAY
 
2023
        help
 
2024
          Support for the MII0 inside the Lantiq SoC
 
2025
 
 
2026
 
2020
2027
source "drivers/net/fs_enet/Kconfig"
2021
2028
 
2022
2029
source "drivers/net/octeon/Kconfig"
3409
3416
 
3410
3417
config NETCONSOLE_DYNAMIC
3411
3418
        bool "Dynamic reconfiguration of logging targets"
3412
 
        depends on NETCONSOLE && SYSFS && CONFIGFS_FS
 
3419
        depends on NETCONSOLE && SYSFS && CONFIGFS_FS && \
 
3420
                        !(NETCONSOLE=y && CONFIGFS_FS=m)
3413
3421
        help
3414
3422
          This option enables the ability to dynamically reconfigure target
3415
3423
          parameters (interface, IP addresses, port numbers, MAC addresses)