menu "Realtek Modules"
config RTK_USE_ONE_UBI_DEVICE
    bool "RTK use single UBI device"
	depends on MTD_UBI && UBIFS_FS
	help
		Use single UBI device to contain DTB/kernel/rootfs/....
	
config RTK_NETLOG
    bool "NetLogger"
   	depends on SERIAL_8250=y
	default n if !ARCH_LUNA_SLAVE

config  RTK_KERNEL_OMD
    bool "Support RTK Kernel OMD Func"
	depends on YUEME

config RTK_HS_UART
    bool "Support RTK high speed UART"

config RTK_VBUS_CHAIN
    bool "USB VBus Chain"
       depends on USB && RESET_CONTROLLER
       help
        Select Y if board has VBUS controller IC

config  RTK_ARM64_WATCHPOINT_DEBUG
    bool "Provide ARM64 WATCHPONT Debug Func"
	depends on ARM64

config RTK_GENERIC_NETLINK_API
    bool "RTK Generic netlink method API"
        default n
        help
            Using Generic Netlink to Communicate with Userspace

source "realtek/framework_protector/Kconfig"

endmenu
