Skip to content

Instantly share code, notes, and snippets.

@mic-e
Created April 4, 2017 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mic-e/2a582425387ad10d8a311286cc2fe875 to your computer and use it in GitHub Desktop.
Save mic-e/2a582425387ad10d8a311286cc2fe875 to your computer and use it in GitHub Desktop.
/root/armbian/sources/u-boot/v2017.03 # ag CONFIG_PHY_MICREL_KSZ9031 [8537ddd...]
scripts/config_whitelist.txt
2312:CONFIG_PHY_MICREL_KSZ9031
scripts/config_whitelist.txt.orig
2312:CONFIG_PHY_MICREL_KSZ9031
include/configs/mccmon6.h
117:#define CONFIG_PHY_MICREL_KSZ9031
include/configs/UCP1020.h
519:#define CONFIG_PHY_MICREL_KSZ9031
include/configs/aristainetos2b.h
23:#define CONFIG_PHY_MICREL_KSZ9031
include/configs/aristainetos2.h
23:#define CONFIG_PHY_MICREL_KSZ9031
include/configs/socfpga_de0_nano_soc.h
28:#define CONFIG_PHY_MICREL_KSZ9031
include/configs/apalis_imx6.h
98:#define CONFIG_PHY_MICREL_KSZ9031
include/configs/x600.h
84:#define CONFIG_PHY_MICREL_KSZ9031
include/configs/udoo.h
47:#define CONFIG_PHY_MICREL_KSZ9031
drivers/net/phy/micrel.c
207:#if defined(CONFIG_PHY_MICREL_KSZ9021) || defined(CONFIG_PHY_MICREL_KSZ9031)
288: defined(CONFIG_PHY_MICREL_KSZ9031))
396: defined(CONFIG_PHY_MICREL_KSZ9031))
board/Arcturus/ucp1020/ucp1020.c
183:#if defined(CONFIG_PHY_MICREL_KSZ9031_DEBUG)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment