How to kernel option to be activated?

Hi.
Congratulate my first kernel build. Finally, I am trying it now. ^^;;
I’m trying to build Kernel following instructions here: RockpiS/dev/Debian - Radxa Wiki

I need to activate two options.

  • CONFIG_DEVPTS_MULTIPLE_INSTANCES
  • CONFIG_BRIDGE_VLAN_FILTERING
    I got to “make menuconfig”, the configuration window popped up and I stuck with it.
    I can’t find the two options in it.
    Or should I activate them in other place?

Please help kernel-build noob.

Ok. Found out.

#vim .config

The last part of the instructions.

Creating the ext4 image(linaro-rootfs.img):
./mk-image.sh

There’s error.

root@Noside:~/rockchip-bsp/rootfs# ./mk-image.sh
Making rootfs!
0+0 레코드 들어옴
0+0 레코드 나감
0 bytes copied, 0.000242904 s, 0.0 kB/s
Format rootfs to ext4
mke2fs 1.45.5 (07-Jan-2020)
Discarding device blocks: done
Creating filesystem with 1024000 4k blocks and 256000 inodes
Filesystem UUID: 2214bd59-c9d9-48ee-a97c-925de3b4aef6
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
Allocating group tables: done
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done
Mount rootfs to ./rootfs
Copy rootfs to ./rootfs
cp: './binary/*'를 설명할 수 없음: 그런 파일이나 디렉터리가 없습니다
===> cp: ‘./binary/*’ can’t explain:No such filre or directory.
MAKE ROOTFS FAILED.
root@Noside:~/rockchip-bsp/rootfs#
MAKE ROOTFS FAILED.