Primeiro crie um arquivo "Kconfig" no mesmo diretório e edite o arquivo da seguinte forma:
ex:
menu "Networking"
config NET
tristate "my network driver" # --> this line gives the desc of the ko.
depends on <ARCH>
default y if <ARCH>
help
<Text displayed when help is selected for your driver>.
Você também pode criar menus de vários níveis. Para mais detalhes, consulte Kconfig